home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / me_cd22.zip / MUTT2.ZIP / RECIPE < prev    next >
Text File  |  1992-04-27  |  2KB  |  56 lines

  1. MC = mc2
  2. MFLAGS = -q3 -t./me2
  3.  
  4. Mutt_code |>
  5.   me2.mut
  6.   adjust.mut calc.mut cmode.mut compile.mut cstuff.mut dir.mut
  7.   filter.mut findit.mut ganoi.mut mailmode.mut muttmode.mut nomunge.mut
  8.   picture.mut popup.mut qr.mut queen.mut textmode.mut wscroll.mut
  9.   xterm.mut osstuff.mco
  10.  
  11. me2.mut :]
  12.   me2.h
  13.   modeline.mut hook.mut require.mut nextfile.mut sysvar.mut bstats.mut
  14.   alamode.mut pmatch.mut indent.mut markring.mut hidebuf.mut isearch.mut
  15.   search.mut twiddle.mut undo.mut case.mut window.mut delbuf.mut
  16.   wspace.mut autoload.mut
  17.  
  18. ####################################################################
  19. ################# Stand alone pgms #################################
  20. ####################################################################
  21.  
  22. adjust.mut   :] wspace.mut
  23. calc.mut     :] me2.h tobase.mut
  24. cmode.mut    :] me2.h bs_untab.mut block.mut
  25. compile.mut  :] me2.h
  26. dir.mut      :] me2.h
  27. filter.mut   :] me2.h
  28. mailmode.mut :] me2.h runblock.mut
  29. muttmode.mut :] me2.h bs_untab.mut block.mut
  30. picture.mut  :] me2.h
  31. popup.mut    :] max.mut
  32. textmode.mut :] block.mut me2.h wspace.mut 
  33.  
  34. osstuff.mco : unix.mut
  35.     $(MC) $(MFLAGS) unix
  36.     mv unix.mco osstuff.mco
  37.  
  38. ####################################################################
  39. ############### Included pgms ######################################
  40. ####################################################################
  41.  
  42. alamode.mut    := me2.h
  43. bstats        := me2.h tobase.mut
  44. case.mut    := me2.h
  45. delbuf.mut    := me2.h
  46. hidebuf.mut    := me2.h
  47. hook.mut    := me2.h
  48. indent.mut    := runblock.mut wspace.mut
  49. isearch.mut    := me2.h
  50. markring.mut    := me2.h mod.mut
  51. modeline.mut    := me2.h
  52. runblock.mut    := me2.h
  53. sysvar.mut    := me2.h
  54. undo.mut    := me2.h
  55. window.mut    := me2.h
  56.